home *** CD-ROM | disk | FTP | other *** search
/ Joystick Magazine 1998 December / cd joystick no99 decembre 1998.iso / Data / WIN95 / COMM / zow310.exe / INSTALL.FIL / SCRIPT / RXSAMPLE / MANUAL / FIRST.ZRX next >
Encoding:
Text File  |  1996-08-26  |  143 b   |  6 lines

  1. /* REXX-Program: FIRST.ZRX */
  2.  
  3. CALL ZocCls                      /* clear screen */
  4. CALL ZocWriteln "Hello World!"   /* print text */
  5. EXIT
  6.